home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Thoughtful / HyperSense.app / Preferences.bundle / English.lproj / Preferences.nib / data.classes next >
Text File  |  1994-06-16  |  1KB  |  60 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. PreferencesController = {
  7.     ACTIONS = {
  8.     removeCurrDocPath:;
  9.     removeCurrStartUpDoc:;
  10.     revertPreferences:;
  11.     addStartUpDocPath:;
  12.     changePathView:;
  13.     addDocPath:;
  14.     displayFontPanel:;
  15.     setHomePath:;
  16.     changePanelsToDisplay:;
  17.     setPreferences:;
  18.     };
  19.     OUTLETS = {
  20.     homePathTextField;
  21.     docPathsScrollView;
  22.     startUpDocRemoveButton;
  23.     docPathsRemoveButton;
  24.     prefsView;
  25.     prefsStartUpWin;
  26.     prefsAutoLaunch;
  27.     fontManager;
  28.     timeFormatRadio;
  29.     currentFontPointSize;
  30.     panelsToDisplayMatrix;
  31.     historySizeTextField;
  32.     currentFontTextField;
  33.     filePathsMatrix;
  34.     hideOnLaunchSwitch;
  35.     openHomeRadio;
  36.     prefsSelector;
  37.     startUpDocScrollView;
  38.     docPathsMatrix;
  39.     prefsMiscWin;
  40.     panelsLastOpenSwitch;
  41.     prefsDocPaths;
  42.     startUpDocMatrix;
  43.     prefsPanel;
  44.     serialPortBTextField;
  45.     changePathsViewPopup;
  46.     serialPortATextField;
  47.     prefsGlobalWin;
  48.     appPathsMatrix;
  49.     defaultFileDirTextField;
  50.     };
  51.     SUPERCLASS = Object;
  52. };
  53. PreferencesView = {
  54.     ACTIONS = {
  55.     };
  56.     OUTLETS = {
  57.     };
  58.     SUPERCLASS = View;
  59. };
  60.